home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / FWKC13R.ZIP;1 / FWKC13R.DOC < prev   
Encoding:
Text File  |  1992-11-25  |  6.5 KB  |  161 lines

  1. For use with the FWKCS(TM) Contents_Signature System, Version 1.19 or later.
  2. (C)Copyright Frederick W. Kantor 1988-1992. All rights reserved.
  3.  
  4.             Your use of this program is at solely your own risk:
  5.  
  6.                          Please Have Proper Backups
  7.  
  8.  
  9.                               Column 13 Remove
  10.                               ~~~~~~~~~~~~~~~~
  11.  
  12.                               1992 November 25
  13.  
  14.  
  15.  
  16.         FWKC13R(TM) is a utility for use by SYSOPS, and to help users
  17.         help SYSOPS, in removing unwanted files.  It is for use with
  18.         alphabetically sorted text directories, which can include
  19.         multi_line descriptions. Such multi_line descriptions must have
  20.         a blank space in the leftmost column of each continuation line.
  21.         For example, these text directories can be in the format used
  22.         for Clark Development Company's PCBoard.
  23.  
  24.         The default for revising the directory header (see below) is in
  25.         the format used on The Invention Factory.
  26.  
  27.         The filename of the text directory to be processed must not
  28.         have a file extension (.ext). (This is because FWKC13R uses
  29.         different extensions attached to the "root" filename for
  30.         special purposes in different steps of processing.)
  31.  
  32.         To use FWKC13R.BAS, first use FWKDG111.BAT (in your \CSA) to
  33.         make a fresh copy of DIRGUIDE.TXT for the files on your system.
  34.         For faster execution with FWKC13R, below, it is suggested that
  35.         you make DIRGUIDE.TXT while working in a directory which does
  36.         not contain any of your text directories; DIRGUIDE.TXT is used
  37.         here only for finding the location of each file to remove.
  38.         After this use, the copy of DIRGUIDE.TXT will no longer be
  39.         current, so there's no need to put into it any data read from
  40.         your text directories; such material can be included when you
  41.         make a fresh copy afterwards for other uses.
  42.  
  43.         For help re FWKDG111.BAT, type   FWKDG111 /* <enter>
  44.  
  45.         More information about FWKDG can be found in FWKCS119.REF,
  46.         "Appendix 3. Selected Utilities".
  47.  
  48.                         Note: please replace all four occurrences of
  49.                               "110" with "111", in your copy of
  50.                               CSAM.BAT in your \CSA.
  51.  
  52.         To remove an entry (can include multi_line descriptions) from
  53.         the alphabetically sorted text directory, put a lower_case 'd'
  54.         or 'm' in column 13 (counting the leftmost column as "1") next
  55.         to the filename of each file to be removed,
  56.  
  57.                           d for Delete,
  58.  
  59.                           m for Move.
  60.  
  61.         For example, using a word processor, turn off the wordwrap, and
  62.         use "overwrite", so that the rest of the line is not shifted.
  63.  
  64.              Example: a file marked for moving:
  65.  
  66.                       column 1           column 13
  67.                              |           |
  68.                              FILENAME.EXTm
  69.  
  70.         These marks can be put in by the SYSOP; or a user can download
  71.         the text directory, mark it, and then upload the marked file to
  72.         the BBS.  The marked file can then be used for the next part.
  73.  
  74.         If you want to move any files (rather than delete them), make a
  75.         subdirectory to put them in.
  76.  
  77.         Then, to use the marked text directory with FWKC13R, first put
  78.         a fresh copy of DIRGUIDE.TXT in the current directory with
  79.         FWKC13R.BAS, and then do
  80.  
  81.            QBASIC /run FWKC13R <enter>
  82.  
  83.         and follow the instructions on the screen.
  84.  
  85.         FWKC13R then
  86.  
  87.            disposes of each marked file it finds, according to the 'd'
  88.            or 'm',
  89.  
  90.            prepares a revised directory without those entries,
  91.  
  92.            renames the old text directory DIRname.OLD,
  93.  
  94.            appends to a new or existing file DIRname.DEL, each entry
  95.            removed from the text directory (e.g., for DIR73, this
  96.            corresponding file is called DIR73.DEL),
  97.  
  98.            appends to a new or existing file DELETED.LST, an entry for
  99.            each file deleted or moved,
  100.  
  101.            appends to a new or existing file MISSED, an entry for each
  102.            file not found, and
  103.  
  104.            revises the header for the text directory (the part near
  105.            the top that says how many files, etc.).
  106.  
  107.         This last part, the revising of the header, may be different for
  108.         different boards, and you probably have ways to do this in the
  109.         format you are accustomed to.  This program is configured for
  110.         the fileheaders currently used on The Invention Factory.
  111.  
  112.                         Note: If you would rather use a different
  113.                               filehead_maker, you can change
  114.                               FWKC13R.BAS line "620" to
  115.  
  116.                                  620 RETURN
  117.  
  118.                               This change will cause the old text
  119.                               directory to be left unchanged, and a new
  120.                               file named DIRname.TMP to be left by this
  121.                               program; you can then use this output
  122.                               .TMP file for further processing.
  123.  
  124.                               Or, if you wish, you are welcome to
  125.                               rewrite that subroutine for your own use.
  126.                               <smile>
  127.  
  128.         After you run FWKC13R, your copy of DIRGUIDE.TXT will no longer
  129.         be current. For further use, it is suggested that you make a
  130.         fresh copy. (FWKDG is written in assembly_language, for speed.)
  131.  
  132.         ----------------------------------------------------------------
  133.  
  134.  
  135.  
  136.  
  137.                       Have you registered FWKCS(TM) yet?
  138.  
  139.  
  140.                     (and do you have the latest version?)
  141.  
  142.  
  143.  
  144.  
  145.         ----------------------------------------------------------------
  146.         As of 1992 November 25, the current version of FWKCS is 1.19,
  147.         available in FWKCS119.ZIP from The Invention Factory on your
  148.         first call:
  149.  
  150.                  generic  2400 bits/sec  212-274-8110  N 8 1
  151.  
  152.                           V32.bis        212-274-8298  N 8 1
  153.  
  154.                  Hayes    9600           212-274-8118  N 8 1
  155.  
  156.                  USR      9600           212-274-8390  N 8 1
  157.         ----------------------------------------------------------------
  158.         IBM DOS QBasic was copyrighted by IBM Corporation, 1987-1991.
  159.  
  160.         This document (C)Copyright Frederick W. Kantor, 1992.
  161.